home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / readers / utils / gui4cli / g4c / makegui.gc < prev    next >
Text File  |  1996-10-28  |  715b  |  42 lines

  1. G4C
  2.  
  3.  
  4. ; Author: Graham Maddox
  5.  
  6. ;   Date: 4 Oct 1996
  7.  
  8. ; GUI: Gui Maker for Gui4Cli
  9.  
  10.  
  11.  
  12. WinBig -1 -1 200 40 ""
  13. WinType 00001000
  14. WinOut NIL:
  15.  
  16.  
  17. xOnLoad
  18. GuiOpen MakeGui.gc
  19. GuiLoad guis:G4C/GM/editor/MakeGui.g
  20. GuiLoad guis:G4C/GM/editor/win.g
  21. GuiLoad guis:G4C/GM/editor/com.g
  22. GuiLoad guis:G4C/GM/editor/but.g
  23. GuiLoad guis:G4C/GM/editor/chb.g
  24. GuiLoad guis:G4C/GM/editor/acc.g
  25. GuiLoad guis:G4C/GM/editor/gfx.g
  26. GuiLoad guis:G4C/GM/editor/sld.g
  27. GuiLoad guis:G4C/GM/editor/txt.g
  28. GuiLoad guis:G4C/GM/editor/lvw.g
  29. GuiLoad guis:G4C/GM/editor/mnu.g
  30. GuiLoad guis:G4C/GM/editor/mod.g
  31. Setvar .mg_temp ""
  32. Setvar .mg_dat ""
  33. GuiOpen MakeGui.g
  34. GuiQuit MakeGui.gc
  35.  
  36. BOX 0 0 0 0 OUT ICONDROP
  37.  
  38.  
  39. Text 40 15 160 12 "Initializing..." 15 NOBOX
  40.  
  41.  
  42.